home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Grabbit 1.2.adf / s / grabinstall next >
Text File  |  1988-02-16  |  828b  |  22 lines

  1. echo "This utility will install Grabbit onto your boot-disk."
  2. echo "There must be at least 100 Blocks free on the disk you have"
  3. echo "booted from."
  4.  
  5. grabbit_1.2:c/assign c: grabbit_1.2:c
  6. if exists sys:grabbit
  7.    echo "Grabbit is already on this disk!"
  8. else
  9.    copy GRABBiT_1.2:grabbit to sys:
  10.    copy GRABBiT_1.2:grabbit.load to sys:
  11.    copy GRABBiT_1.2:grabbit.info to sys:
  12. if exists sys:devs/printers
  13.    echo "This disk has a devs/printers directory; make sure the printer you have"
  14.    echo "connected has a printer driver in this directory."
  15.    echo "You will need to check your preferences to examine the current printer"
  16.    echo "configuration."
  17. else
  18.    echo "This disk has no devs/printers directory."
  19.    echo "If you'd like to run grabbit on this disk you may do so by"
  20.    echo "typing EXECUTE MAKEDEVS"
  21. assign c: sys:c
  22.